home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / adaptor.zip / ADAPT.ZIP / adaptor / examples / dalib / schedule / readme < prev    next >
Text File  |  1993-06-15  |  434b  |  16 lines

  1. all.f:
  2.  
  3.     This program test all most kind of indirect addressing
  4.     global_get (gather), one- and two-dimensional
  5.         global_set (scatter), one- and two-dimensional
  6.  
  7. switch.f
  8.  
  9.     In many cases (bsort, fft) it is given that get and set are
  10.     equivalent, index(i) = j then index(j) = i is true. The index
  11.     vector is a permutation only with switches. This program tests
  12.         this case.
  13.  
  14.     Attention: replace get1 with switch1 in node.f
  15.  
  16.